home *** CD-ROM | disk | FTP | other *** search
- global StartTid
-
- on new me
- startTimer()
- set the width of sprite 94 to 208
- set the locH of sprite 94 to 59
- end
-
- on exitFrame
- if the timer < 640 then
- set the locH of sprite 94 to (the timer / 20 * 10) + 58
- set the width of sprite 94 to 310 - (the timer / 20 * 10)
- if (the timer mod 10) = 0 then
- set the text of cast member "FloppyImageField" to string(integer(the timer * 4.5 / 20) * 10) & " kB copied (" & string(20 + random(5)) & "." & string(random(10) - 1) & " kB / sec)"
- end if
- go(#loop)
- else
- go(#next)
- end if
- end
-